chore: release v2.2.0 - #33
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
release-plz-2026-09-10T22-44-43Z
branch
from
September 10, 2026 22:59
919a1e5 to
2093479
Compare
A minor: adds public items and moves none, and cargo-semver-checks agrees. Added since 2.1.0: - `--cfg ra_generic_collect`, so a bare-metal firmware can move the periodic collect heartbeat. `options::set` is a no-op under ONE_REGION, so this was the one lever over a real trade that a firmware could not reach. - `prim::fixed::shape_of(size) -> Shape` -- page bytes, dedicated segments and `direct_route`, all const. `direct_route` names a boundary that moves with POINTER WIDTH (`SMALL_SIZE_MAX` is `128 * size_of::<usize>()`), which is why a sweep can look flat on a workstation and step on a 32-bit device. Fixed, and it is the largest embedded speed change in this series: - Under `--cfg ra_small_profile` every page was extended ONE BLOCK AT A TIME. `page_extend`'s 4 KiB payload bound used a hardcoded shift whose constant is really SEGMENT_SLICE_SIZE/4096 -- right at the 64 KiB slice, sixteen times too small at the small profile's 4 KiB one. A 512 B class computed a batch of 0, clamped to 1, so every page carried capacity == 1 and `malloc_generic` ran on 100% of allocations. Counted: generic/op 1.0000 -> 0.1250 at 512 B. On a XIAO ESP32-S3, one board and one session with identical checksums: 13-16% faster on every binned workload. Default geometry byte-identical. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Ttimmahlax
force-pushed
the
release-plz-2026-09-10T22-44-43Z
branch
from
September 10, 2026 23:01
2093479 to
db68561
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 New release
rusty_alloc: 2.1.0 -> 2.2.0 (✓ API compatible changes)rusty_alloc-api: 2.1.0 -> 2.2.0Changelog
rusty_allocrusty_alloc-apiThis PR was generated with release-plz.